object TextSearchDialog: TTextSearchDialog Left = 235 Top = 75 BorderStyle = bsDialog Caption = 'Search Text' ClientHeight = 169 ClientWidth = 394 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 52 Height = 13 Caption = '&Search for:' FocusControl = cbSearchText end object cbSearchText: TComboBox Left = 88 Top = 8 Width = 185 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = cbSearchTextChange OnKeyDown = cbSearchTextKeyDown end object gbSearchOptions: TGroupBox Left = 8 Top = 40 Width = 153 Height = 121 Caption = 'Options' TabOrder = 1 object cbSearchCaseSensitive: TCheckBox Left = 8 Top = 16 Width = 137 Height = 17 Caption = 'C&ase sensitivity' TabOrder = 0 end object cbSearchWholeWords: TCheckBox Left = 8 Top = 32 Width = 137 Height = 17 Caption = '&Whole words only' TabOrder = 1 end object cbSearchFromCursor: TCheckBox Left = 8 Top = 48 Width = 137 Height = 17 Caption = 'Search from &caret' TabOrder = 2 end object cbSearchSelectedOnly: TCheckBox Left = 8 Top = 64 Width = 137 Height = 17 Caption = 'Selec&ted text only' TabOrder = 3 end object cbRegularExpression: TCheckBox Left = 8 Top = 80 Width = 137 Height = 17 Caption = 'Regular E&xpressions' TabOrder = 4 end object chkMarkAll: TCheckBox Left = 8 Top = 96 Width = 137 Height = 17 Caption = '&Mark all Matches' TabOrder = 5 end end object rgSearchDirection: TRadioGroup Left = 168 Top = 40 Width = 129 Height = 57 Caption = 'Direction' ItemIndex = 0 Items.Strings = ( '&Forward' '&Backward') TabOrder = 2 end object btnCancel: TCorelButton Left = 312 Top = 40 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object btnOK: TCorelButton Left = 312 Top = 8 Width = 75 Height = 23 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 3 OnClick = btnOKClick end object btnRegExp: TCorelButton Left = 280 Top = 8 Width = 17 Height = 21 Hint = 'Metacharacters' Caption = '>' ParentShowHint = False ShowHint = True TabOrder = 5 OnClick = btnRegExpClick end object popRegExp: TPopupMenu Left = 312 Top = 120 object AnyCharacter1: TMenuItem Caption = 'Any Character' OnClick = AnyCharacter1Click end object CharacterinRagne1: TMenuItem Tag = 1 Caption = 'Character inside Range' OnClick = AnyCharacter1Click end object OutsideRange1: TMenuItem Tag = 2 Caption = 'Character outside Range' OnClick = AnyCharacter1Click end object N1: TMenuItem Caption = '-' end object StartofLine1: TMenuItem Tag = 10 Caption = 'Start of Line' OnClick = AnyCharacter1Click end object EndofLine1: TMenuItem Tag = 11 Caption = 'End of Line' OnClick = AnyCharacter1Click end object N2: TMenuItem Caption = '-' end object Matchzeroormore1: TMenuItem Tag = 20 Caption = 'Match zero or more' OnClick = AnyCharacter1Click end object Matchoneormore1: TMenuItem Tag = 21 Caption = 'Match one or more' OnClick = AnyCharacter1Click end object Matchntimes1: TMenuItem Tag = 22 Caption = 'Match n times' OnClick = AnyCharacter1Click end object Matchntomtimes1: TMenuItem Tag = 23 Caption = 'Match n to m times' OnClick = AnyCharacter1Click end object N3: TMenuItem Caption = '-' end object Alphanumeric1: TMenuItem Tag = 30 Caption = 'Alphanumeric' OnClick = AnyCharacter1Click end object NonAlphanumeric1: TMenuItem Tag = 31 Caption = 'Non Alphanumeric' OnClick = AnyCharacter1Click end object Number1: TMenuItem Tag = 32 Caption = 'Number' OnClick = AnyCharacter1Click end object NonNumeric1: TMenuItem Tag = 33 Caption = 'Non Numeric' OnClick = AnyCharacter1Click end object N4: TMenuItem Caption = '-' end object AnySpace1: TMenuItem Tag = 40 Caption = 'Any Space' OnClick = AnyCharacter1Click end object NonSpace1: TMenuItem Tag = 41 Caption = 'Non Space' OnClick = AnyCharacter1Click end end end